
/* topics */

a:hover{
  color: blue
}
.centeri{
padding: 15px;
margin-left: 20%;
margin-right: 20%;
}
/* topics */


/* Index PAGE */

.producti{
    width: 100%;
}
.productis{
    width:100%;
    padding-top: 15px;
}
.productisi{
  width:100%;
  padding-top: 45px;
}

*{ 
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    }

a{
color:#000000;
    text-decoration: none;
  }


    .bor:hover {     
      box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}
    
   .centre {
     display: flex;
     justify-content: center;    
   }

.siz{
  width: 137px;
}
.ims{ 
  width: 992px;
}
    .gac{
      margin-top: 8px;
    margin-bottom: 8px;
    }

    .bor{
      border: .0625rem solid #dadce0;
     border-radius: .5rem;
     /* text-align: center; */
     padding: 24px;
      }

 /* Search bar */
 .form-control-borderless {
    border: none;
}

.form-control-borderless:hover, .form-control-borderless:active, .form-control-borderless:focus {
    border: none;
    outline: none;
    box-shadow: none;
}
/* Search bar */

/* Index PAGE */


/* Warning Dont Touch Responsive Query */

#responsive{
    width: 751px;
}
@media (min-width: 100px) and (max-width: 300px) {
  
    #responsive{
        width: 210px;
    }

}
@media (min-width: 300px) and (max-width: 500px) {
  
    #responsive{
        width: 309px;
    }

  }

  @media (min-width: 540px) and (max-width: 720px) {
  
    #responsive{
        width: 539px;
    }

  }

@media (min-width: 700px) and (max-width: 1024px) {
  
    #responsive{
        width: 540px;
    }

  }
